home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / scheme / siod / siod_v28.lha / readme < prev    next >
Encoding:
Text File  |  1993-08-16  |  611 b   |  17 lines

  1. This is version 2.8 of Siod, Scheme In One Defun.
  2.  
  3. It is a very small implementation of the Scheme programming language.
  4.  
  5. George Carrette, APRIL 3, 1992. gjc@mitech.com, gjc@paradigm.com.
  6.  
  7. See siod.doc and the source file slib.c for more information.
  8.  
  9. The files slib.c and sliba.c may serve as a subroutine library to add
  10. scheme interpreter functionality to any existing program.
  11.  
  12. Even though this is small, with an executable size of
  13. 38kbytes on VAX/VMS, 50kbytes on Mac, for example, 
  14. the implementation supports some advanced features such
  15. as arrays, hash tables, and fast/binary data saving and restoring.
  16.  
  17.